const runtime.maxPagesPerPhysPage

2 uses

	runtime (current package)
		mgcscavenge.go#L130: 	maxPagesPerPhysPage = maxPhysPageSize / pageSize
		mgcscavenge.go#L904: 	} else if min > maxPagesPerPhysPage {